func encoding/json.unquoteBytes
5 uses
encoding/json (current package)
decode.go#L683: key, ok := unquoteBytes(item)
decode.go#L889: s, ok := unquoteBytes(item)
decode.go#L940: s, ok := unquoteBytes(item)
decode.go#L1193: s, ok = unquoteBytes(s)
decode.go#L1198: func unquoteBytes(s []byte) (t []byte, ok bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)